home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Gfx / Edit / TSMorph / TSMorph32.readme < prev    next >
Text File  |  1995-03-14  |  3KB  |  72 lines

  1. Short:    Morphing with Gui,ARexx,online help etc.
  2. Uploader: mark@topic.demon.co.uk
  3. Type:     gfx/edit
  4.  
  5. $VER: TSMorph32.readme (12.3.95)
  6.  
  7. Update of version 3.1 - Recompiled using SAS/C 6.55, minor changes to docs.
  8. Update of version 3.0 - fixed Installer and Rexx scripts, more minor updates.
  9.  
  10. TSMorph is a set of morphing programs. It consists of three programs:
  11.  
  12.      TSMorph         Edit the Morph parameters
  13.      TSMorph-render  Generate the morphed images
  14.      TSMorph-prefs   Preferences editor
  15.  
  16. TSMorph is used to create a parameter file which is used by TSMorph-render
  17. to produce the morphed images. Run times can be about 3 seconds per frame
  18. for a 150x150 image on a 28Mhz 68040.
  19.  
  20. Both the Morphing and Rendering programs can open windows on EGS screens.
  21.  
  22. TSMorph-render can be used to either morph one (or a series of) image(s) to
  23. another in a set number of frames with a number of control points, or just
  24. distort one (or a series of) image(s) with control points. When TSMorph is
  25. run without parameters it will display an ASL file requester for a file
  26. created by TSMorph, it will then create the images, displaying a Progress
  27. Requester on the default public (or named) screen allowing the process to be
  28. interrupted and/or stopped.
  29.  
  30. ARexx scripts are run before and after each image is processed. These allow
  31. the changing of movement and colour to be controlled along with the ability
  32. to only generate some frames, and also post image processing (e.g. to
  33. change to a non-24-bit format and build an animation).
  34.  
  35. TSmorph is used to generate the parameter file. When run it displays an
  36. Information Window on a public screen. This allows the input of the file
  37. names to morph between, the number of frames, the start frame, the output
  38. file names, and the type of morph (single or dual images) to be changed.
  39.  
  40. It also allows the editing of control points on the images. The images are
  41. displayed on a public screen in resizeable, scrollable windows.
  42.  
  43. When the images are displayed control points can be edited in various
  44. modes. These modes allow the addition, deletion, linking and unlinking of
  45. the control points.
  46.  
  47. Context sensitive help is displayed using amigaguide (if available). The
  48. 'Help' key can be pressed in the gadgets, over the gadgets, on menus or
  49. anytime a window is active.
  50.  
  51. // TSMorph - Amiga Morphing program
  52. // Copyright (C) © 1993/94 Topicsave Limited
  53.  
  54. // This program is free software; you can redistribute it and/or modify
  55. // it under the terms of the GNU General Public License as published by
  56. // the Free Software Foundation; either version 2 of the License, or
  57. // any later version.
  58.  
  59. // This program is distributed in the hope that it will be useful,
  60. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  61. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  62. // GNU General Public License for more details.
  63.  
  64. // You should have received a copy of the GNU General Public License
  65. // along with this program; if not, write to the Free Software
  66. // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  67.  
  68. // mark@topic.demon.co.uk
  69. // mpaddock@cix.compulink.co.uk
  70.  
  71. M J Paddock
  72.